Package-level declarations
Types
An AxisModel that uses Double values and is linear.
An AxisModel that uses Float values and is linear.
An AxisModel that uses Int values and is linear.
An AxisModel that uses Float values and is linear.
A logarithmic axis.
An AxisModel that uses Long values and is linear.
Specifies the position of axis ticks.
The major and minor tick values for an axis.
A scope for XY plots providing axis and state context.
Functions
Calculates an ClosedFloatingPointRange that can be used with a DoubleLinearAxisModel based on the min/max values of the provided list of Doubles. If the list is empty, returns a range of 0..1.
Calculates an ClosedFloatingPointRange that can be used with a FloatLinearAxisModel based on the min/max values of the provided list of Floats. If the list is empty, returns a range of 0..1.
Calculates an IntRange that can be used with a IntLinearAxisModel based on the min/max values of the provided list of Ints. If the list is empty, returns a range of 0..1.
Calculates a LongRange that can be used with a LongLinearAxisModel based on the min/max values of the provided list of Longs. If the list is empty, returns a range of 0..1.
Calculates a ClosedFloatingPointRange that can be used with a LinearAxisModel based on the min/max X values of the provided list of Points.
Calculates a ClosedFloatingPointRange that can be used with a LinearAxisModel based on the min/max Y values of the provided list of Points.
Creates and remembers an AxisStyle.
Create and remember a DoubleLinearAxisModel. See DoubleLinearAxisModel for parameter descriptions.
Create and remember a FloatLinearAxisModel. See FloatLinearAxisModel for parameter descriptions.
Create and remember an IntLinearAxisModel. See IntLinearAxisModel for parameter descriptions.
Create and remember a LinearAxisModel.
Create and remember a LongLinearAxisModel. See LongLinearAxisModel for parameter descriptions.
Places a Composable as an annotation on an XYGraph with the Composable's anchorPoint placed at the provided location.
An XYGraph overload that takes Strings for axis labels and titles instead of Composables for use cases where custom styling is not required.
Provides a set of X-Y axes and grid for displaying X-Y plots.